*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 10 May 2004 12:58:20 +0000 (12:58 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 May 2004 12:58:20 +0000 (12:58 +0000)
lisp/ChangeLog
src/ChangeLog

index 356f35c01a171bf9fabbf6e1f2b153a19bbd8360..7eb5e70b23aa493eea0714c0b87bbdb2317e60c6 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-10  Kenichi Handa  <handa@m17n.org>
+
+       * descr-text.el (describe-char): Fix previous change.  Don't make
+       a unibyte character to multibyte in the *Help* buffer.
+
 2004-05-10  Miles Bader  <miles@gnu.org>
 
        * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
index b0e185938221ec5570bd11911f4660871329f6c9..4e509b6055caf88ec3418b2400d1240781058910 100644 (file)
 
 2004-05-10  Kenichi Handa  <handa@m17n.org>
 
+       * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
+       inhibit-modification-hooks to t temporarily before calling
+       Ferase_buffer.
+
+       * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
+       inhibit-modification-hooks to t temporarily before calling
+       Ferase_buffer.
+
+       * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
+       inhibit-modification-hooks to t temporarily before calling
+       Ferase_buffer.
+
        * fns.c (count_combining): Delete it.
        (concat): Don't check combining bytes.